Really, I don't know if I should be writting this to be honest.
WARNING: I shall not be considered responsible if anything breaks.
Fetch the current kernel from here, http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/amd64/binary/kernel/
Assuming you have it in your Downloads directory, verify the checksum and unpack it.
cd Downloads
cksum -a MD5 netbsd-GENERIC.gz
gunzip netbsd-GENERIC.gz
Now, in the same directory as root/su
mv netbsd-GENERIC /
cd /
chmod 755 netbsd-GENERIC
chown root netbsd-GENERIC
mv netbsd netbsd_9
mv netbsd-GENERIC netbsd
reboot
If you want to revert to the original kernel, again as root/su
cd /
mv netbsd netbsd_HEAD
mv netbsd_9 netbsd
reboot
Be carefull.