Inside file cat-posts.php at line 165, modify as this:
<?php wp_dropdown_categories( array('hide_empty' => 0, 'name' => $this->get_field_name("cat"), 'selected' => $instance["cat"] ) ); ?>
It is happening because the plugin by default does not show the empty categories.