Okay I figured it out. The plugin displays posts in the widget in ascending order. If you want it reversed (descending), here’s what you do.
Go to WP -> Dashboard -> Plugins -> Plugin Editor
Choose the Widget to Display Posts from Current Category plugin to edit.
Edit the .php file in there.
On line 70 change the ‘ASC’ value to ‘DESC’
That should do it.