Not for this effect. This is a simple blur that takes into account only the closest surrounding pixels. It's intended to give a similar functionality to Photoshop's blur effect, that works for general purposes and is not so resource intensive.
A Gaussian blur would do that but I think it would be quite slow.
If you want you can stack two or more of these to have more blur. Although the more you stack the slower it gets.