Change color on hover for specific icon

Add this code to the Custom CSS field on the Style tab of your Social Media Icons widget’s settings:

.eapps-social-icons-item-facebook:hover path {
  fill: red;
}

Replace facebook with the name of the required icon.