diff --git a/menu/menu_driver.h b/menu/menu_driver.h
index 74fbac515c..aad10cb099 100644
--- a/menu/menu_driver.h
+++ b/menu/menu_driver.h
@@ -307,7 +307,7 @@ typedef struct
    uint64_t state;
 
    char *core_buf;
-   char menu_state_msg[1024];
+   char menu_state_msg[8192];
    /* Scratchpad variables. These are used for instance
     * by the filebrowser when having to store intermediary
     * paths (subdirs/previous dirs/current dir/path, etc).