may be related to this:
Is the URL you are setting the same each time? If so, perhaps it is not flushing the cached image.
Try
blynk:setProperty(42, "urls", "http://192.168.1.131/snr/someotherfile");
blynk:setProperty(42, "urls", "http://192.168.1.131/snr/SNR-0001.png");