you should initialize a new macro for that in the block_gamesnav.php block.
Add the following line
$tpl->assign( "CATGAMESCOUNT", $values["games"] );
after the line
$tpl->assign( "GENREURL", CategoryURL($values["latin_title"]) );
and output the new macro (!CATGAMESCOUNT!) in the line
<li><a href="!GENREURL!">!GENRETITLE!</a></li>
in file block_gamesnav.html