I recently needed to enable this feature for geo-targeted web project I’m working on. More about that project soon! Throw the code below into your functions.php file to enable shortcodes in your widgets.
add_filter('widget_text', 'do_shortcode');
Hit me in the comment section or via twitter if you run into issues. Cheers!