Terms not appearing in wp_dropdown_categories

It could be that it won’t show empty categories, categories that has no posts attached to them.

Try to change $args = array('taxonomy' => 'category'); to $args = array('taxonomy' => 'category', 'hide_empty' => 0);