select * from tabella where from_unixtime(campo_unixtime,'%Y-%m-%d') = curdate()
Il range di valori ammessi è compreso tra il 1970 e il 2038. Se ti serve un range più ampio usa il formato datetime.
http://dev.mysql.com/doc/refman/5.0/en/datetime.html