That would be interesting. We have seen this feature in Brian, but could not really think of a realistic use-case, so we initially went for a single timestep for the whole network.
But it indeed makes sense for hybrid networks, where a rate-coded model (typical dt=1ms) interacts with a spiking one (typical dt=0.1ms). So it is something we should add soon (perhaps in 5.0)
We have to think about how hard it would be to add this feature. If it is just about calling the update method of some neural equations every 10 steps instead of 1, it should not be hard (there is already something similar for synaptic plasticity, where weight updates can be called less often than the regular clock), but we have to check how spike transmission works: the faster network should integrate spikes from the slower one at the right moment and only once.