Where to Download Retropie ROMs in 2024? (Beginner’s guide)

Classic story: you bought a Raspberry Pi because you saw a video where they explain that you can emulate many games, you install Retropie, and it’s sad but, it doesn’t have any games on it. So, where can you download ROMs for Retropie on Raspberry Pi? That’s what you’ll learn in this tutorial.

Many websites, like MAMEDev, list ROMs for RetroPie. The ROM file can be downloaded directly and put in the ROMs subfolder of the RetroPie installation folder in order to play them directly. There are other methods such as buying a preloaded SD card, or using other sources.

Today we will see:
– What RetroPie is;
– How to quickly install Retropie;
– Where to download the ROMs for RetroPie; and,
– How to install these ROMs on RetroPie.

If you are looking for the fastest way to get games on your Raspberry Pi, you can check this SD card loaded with Retropie and over 100k games. It’s available on Amazon, and really cheap for the time it would take to build that kind of library.

What is RetroPie?

RetroPie is a program that allows you to run old video games on your Raspberry Pi. It’s available in the full distribution or can be installed as an app on Raspberry Pi OS, and it’s pretty simple to set up.

Purchasing one or more controllers and an SD card large enough might be an excellent choice to play comfortably. You can find my recommendations at the end of this tutorial, or on my recommended products pages.

Once your Retropie is installed with the necessary equipment, you will only need to find ROMs to add new games to your emulator. And this is precisely the purpose of this post.

retropie

I focus on RetroPie in this article, but the ROM files are the same with other retro-gaming solutions, so feel free to check this comparison if you want to test other options: Best Retro-Gaming OS: Retropie vs Recalbox vs Batocera vs Lakka.

How to install RetroPie?

I will not go into the installation details because I’ve written a step-by-step tutorial on how to install Retropie that you can check if you have any doubts. And I don’t think you would be looking for ROMs if you hadn’t already installed Retropie.

On Raspberry Pi OS

It is possible to install Retropie on Raspberry Pi OS without losing the rest of your Raspberry Pi OS installation.

For this, I advise you to follow this tutorial from the official website. And then come back to this page for downloading and installing ROMs.

On a new SD Card

Alternatively, if you only want to use Retropie on your SD card, images are available here.
They allow you to create a new SD card that will start directly on Retropie, which is ideal for arcade kiosks
.

My favorite games!
Get a list of my 24 favorites games (with links) to play on Retropie, Recalbox or Lakka
Download now

I have a complete beginners guide for Retropie on this website, I would highly recommend checking it out for the step-by-step procedure. But here is the short version.

Once the image is downloaded, create an SD card to start on this map.
From a Linux / Mac computer, you can use the following command, for example:

sudo dd bs=4M if=/home/pi/retropie.img of=/dev/mmcblk1

Just change the image path and the SD card mount point to make it fit your environment.

You can find your SD card’s name with the following command:
sudo fdisk -l

Your drives will be something like /dev/sda, /dev/sdb, and the SD card would be something else (like /dev/mmcXXX). More details in this article.

If you don’t want to lose your time with complex commands, you can also find preloaded SD cards here.

Are you a bit lost in the Linux command line? Check this article first for the most important commands to remember and a free downloadable cheat sheet so you can have the commands at your fingertips.

Where to download Retropie ROMs?

What is a ROM?

ROM stands for Read-Only Memory.
Generally, a ROM is a computer file that contains data from an old support.
In our case, it’s often a copy of the cartridges of an old game console, which allows playing the game thanks to an emulator (RetroPie or another).

Disclaimer

Video game is a vast market, which is very protected regarding copyrights.
So, playing a licensed video game if you haven’t bought it’s completely illegal and punishable by law.

We are talking here about ancient games, which have sometimes been abandoned by their publishers. But that does not change the fact that they are protected, and it’s illegal to use them anyway.

Try to be careful about the ROMs you find on the Internet.
Being available on a website doesn’t mean that it is free of rights.

To avoid any problems, try to play free games if possible.
We can not, in any case, be held responsible for the actions you undertake following the reading of this article, this is your responsibility.

Free and legal ROMs

Let’s go to the game now!

If you don’t want to take any risks, there’s a very famous website that lists free games that are usable on RetroPie. It’s called MAMEDev, and the URL is: http://www.mamedev.org/roms/.

You will find the most classic games in the history of video games (breakage, parachutes, pong, …). Just choose a game and click Download to download the corresponding ROM.

Other websites

Regarding ROM directories on the internet, there are many websites where you can find just about any game from your childhood.

I have gathered here 4 websites that I recommend:

These websites host thousands of ROMs each.
You will inevitably find what you are looking for.

My favorite games!
Get a list of my 24 favorites games (with links) to play on Retropie, Recalbox or Lakka
Download now

However, remember what I told you sooner about copyright.
If you want to save a bit of time, you can check my selection of the 12 games I prefer here.

Torrent …

I have to talk about one last place where you can find your ROMs for Retropie: Torrent.

Torrent is a smart protocol, convenient, but unfortunately known for the wrong reasons.
And for video games that couldn’t be worse, with a total lack of respect for copyrights.

So yes, it is possible to find rare ROMs on BitTorrent or others, but I strongly advise you not to do it.

Preloaded SD card

But I think that the best idea to save time is to look for a preloaded SD card with Retropie and thousands of games already installed (my favorite is this one on Amazon), it’s the best price/quality and quantity ratio, and it works on any Raspberry Pi (even Pi 4).
You’ll save much time by not having to download and install each game one by one.

If you don’t have a Raspberry Pi 4 you can try this one, it’s similar but for Raspberry Pi 3 / 3B+.

How to install a new ROM on RetroPie?

Now that you’ve got your ROMs, let’s learn how to transfer them to Retropie.

Expand partition

If you are planning to collect a package of ROMs, especially the new ones, keep in mind that you will need a lot of space.

The problem is that by default Retropie (when installed as a distribution), creates a partition with the size it needs, regardless of the size of your SD card. It would be a shame to have only 2 GB available on a 64 GB card.

Update: With the latest RetroPie version, this is done for you automatically. I am keeping the instructions here for information.

Therefore, it will be necessary to extend the partition to the maximum capacity, by following these steps:

  • Go to Retropie Configuration.
  • Choose Raspi Config.
  • Go to “Advanced options” and choose “Expand Filesystem” (first option).
  • Confirm your choice.
  • Wait for the partition to expand.
  • Then click Finish and reboot your Raspberry Pi.

After the reboot, the partition will use the whole size of your SD card.

Transfer files

USB drive:

You can use a USB drive to copy ROM files to your Raspberry Pi:

  • Format a USB drive to a FAT32 file system.
  • Create a folder named “retropie”.
  • Plug it once into the Raspberry Pi and wait for 30 seconds.
  • Plug it again into your computer and copy the ROM files in the “retropie/roms” folder.
  • Plug it again into your Raspberry Pi and wait until USB stops blinking.
  • The files were copied. Restart Retropie to refresh the list.

If you have any issues in the process, check my tutorial on how to format and mount a USB drive here.

SFTP:

You can also use SFTP to transfer files from your computer to RetroPie. It’s like an FTP server, but encrypted and done with SSH, so there is nothing to configure. I already made a post about this, so if you need help with transferring files to your Raspberry Pi, I recommend checking this post.

To enable SSH on RetroPie, go to configuration, then raspi-config.
Then choose Interface Options, then SSH, then yes.
Validate and quit.

Then transfer your files to the folder ~/RetroPie/roms/CONSOLE.
Replace CONSOLE with the name of the console (SNES, …).

Restart Retropie and it’s done.

Note: there are at least 4 ways to add games on Retropie. If you don’t know them, maybe it’s time to check my tutorial (you’ll love the web manager).

❤️ Love Raspberry Pi & writing?
Combine your passions and get paid. Write for RaspberryTips!

Play

After going through all these steps, you will now be able to play your favorite game.

Most of the time, adding a new ROM is seen instantly by Retropie, so you can go to the games list and find your new ROM to play.

Good game!

Video

If you need a visual explanation, please check my video on the YouTube channel on this topic:

Subscribe here to receive all the videos in your feed!

Download Your Essential Linux Commands Guide!
It's a free PDF guide containing every Raspberry Pi Linux command you should know!
Download now

My Recommendations for Retro Gaming

  • Retropie SD card: Save time and play any game you want directly with this giant SD card preloaded with a giant Retropie ROMs pack including 100k games.
  • Raspberry Pi 4: Retropie is now available for Raspberry Pi 4, and it’s excellent! Why would you stay on a slower device?
  • 8bitdo controller: This is currently the best controller for retro gaming on Raspberry Pi. All the latest technologies in a retro design.
  • Retropie Arcade Game Machine: If you are a serious gamer, you should take a look at this to build your own arcade console. Your friends will love this.
Download Your Essential Linux Commands Guide!
It's a free PDF guide containing every Raspberry Pi Linux command you should know!
Download now

🛠 This tutorial doesn't work anymore? Report the issue here, so that I can update it!

Reminder: Remember that all the members of my community get access to this website without ads, exclusive courses and much more. You can become part of this community for as little as $5 per month & get all the benefits immediately.

Conclusion

And now you know everything!

You’ve learned the basics about Retropie, how to download ROMs for playing new games, and how to transfer them to your Raspberry easily.

You can now enjoy your new game console. And if you want to learn more about RetroPie, please check the other tutorials I have on this website:

Whenever you’re ready, here are other ways I can help you:

The RaspberryTips Community: If you want to hang out with me and other Raspberry Pi fans, you can join the community. I share exclusive tutorials and behind-the-scenes content there. Premium members can also visit the website without ads.

Master your Raspberry Pi in 30 days: If you are looking for the best tips to become an expert on Raspberry Pi, this book is for you. Learn useful Linux skills and practice multiple projects with step-by-step guides.

The Raspberry Pi Bootcamp: Understand everything about the Raspberry Pi, stop searching for help all the time, and finally enjoy completing your projects.

Master Python on Raspberry Pi: Create, understand, and improve any Python script for your Raspberry Pi. Learn the essentials step-by-step without losing time understanding useless concepts.

You can also find all my recommendations for tools and hardware on this page.

Similar Posts

38 Comments

  1. If I already bought a Console and preloaded SD Card, if I wanted to buy another SD card that contains more games, are they simply eject the old and put in the new and it works?
    Or do I need to follow certain steps for this new card to be added??

    1. Hi Joe,

      Thanks for your question

      You can just replace the old SD card by the new

      1. I too bought a console with a preloaded SD card. Can I simply add more games to the SD card? Do I need to do anything special?

        Thank you

        1. Hi,

          Yes, if it’s a Retropie SD Card, you can add new games on it, the same way I explain in this post 🙂

  2. Nice tutorial, worked well for me and was able to play all the classics from CapCom.

    Also, Gamulator is another cool website to find ROM downloads without viruses and boring ads.

  3. Great tutorial to get up and running fast with RetroPie. One thing you might have overlooked: Since you are installing this on a Pi with *internet access already*, before you run the emulator you can go download the ROMs directly from the aforementioned websites, unpack if necessary, and move them into their appropriate folders. No swapping of SD cards, no plugging in USB sticks, no SFTP necessary – unless your Pi is dedicated to RetroPie and set to autostart, then SFTP would be the simplest. 🙂

  4. Hi is it also possible to install a finished image of Retropie full of consoles and games on raspbian ? Thanks in advance

    1. Hi,

      I don’t know if you can find this (except on the SD card links I give in the article)
      Maybe I should think about building one someday

  5. Hi, I don’t have the “Expand Filesystem” option in Raspi Config, the first option is to change my username and password.

    1. Hi Ramon,

      Could you retry the link?
      I just checked and everything seems fine

      Let me know
      Patrick

  6. Romsmainia is riddle with malware, no site should give you a .exe when downloading roms.

    1. Hi Hans,

      You are right, just tested
      It’s ok with the direct download option, but not with the download manager
      I just removed it from the links to be sure no one is getting malware because of me

      Thanks

  7. Nice article! Please update item 5 on the Transfer Files: USB Drive. It should read…
    5. Plug it again in your Raspberry and wait until USB stops blinking.
    Currently the instructions do not make it clear that you have to plug it back into the Raspberry for the ROMs to be transferred on step 5.

  8. The preloaded SD card on Amazon that you linked has this disclaimer:

    “You own a license or game for any ROM / image included and / or will remove any ROMs for which you do not You will NOT distribute any of these files illegally.”

    Because I don’t own any of the games included on the SD card it is useless to me.

Comments are closed.