increase hit radius of a raycast?

Hello, for a fps game i am using a raycast on camera to determine if we hit the enemies,
problem is i have a bigger cross hair, but the raycast only work on the center using one pixel to check the hit.

what method could i use to increase the radius to be same area as my crosshair sprite?

Use multiple raycasts, or a spherecast.

–Eric