Use is overlapping and distance to conditions so you first check that it is overlapping at all, then you compare the distance between the X or Y or both coordinates of both objects. If it is within a range you set (determined by the width of the sprite and hole) then have the fall action occur.
You could also probably just do a distance calculation but depending on your game you might want to pick the specific hole with the overlapping condition.