NSP File Not Showing Up in Ryujinx? 2026 Complete Fix Guide
You added an NSP file to Ryujinx. You refreshed the library. And you see the NSP File Not Showing Up in Ryujinx; nothing appears. The game list stays empty. No error message. No warning. Just silence.
This is one of the most common issues with the Ryujinx emulator. New users face it. Experienced users face it too. The good news is that the problem is almost always fixable.

The issue usually comes down to a few specific causes. Wrong game directory settings. Unsupported file formats. Missing prod.keys. Outdated firmware. Improper file placement.
This guide walks you through every possible cause. You will get a clear fix for each one. By the end, your NSP file will appear in Ryujinx where it belongs.
One important note: Ryujinx was discontinued in October 2024. Nintendo pressured the lead developer to shut down the project. The official GitHub repository was removed. A fork called Ryubing now continues the work. The fixes in this guide work for both the last official build (1.1.1403) and Ryubing.
Also Read: Tomodachi Life NSP
What Is an NSP File and Why Does Ryujinx Need It?
NSP stands for Nintendo Submission Package. It is one of the most common Nintendo Switch game formats.
An NSP file can contain different types of content:
- Base game content
- Game updates and patches
- Downloadable content (DLC)
Ryujinx supports multiple file formats. These include NSP, XCI, NCA, and NRO. NSP files are the most common format for digital games.
When you configure Ryujinx correctly, it scans your game directory. It automatically displays compatible NSP files in the game library.
NSP vs XCI: What Is the Difference?
Both formats work in Ryujinx. But they work differently.
| Feature | NSP Format | XCI Format |
|---|---|---|
| Full Name | Nintendo Submission Package | eXtended Cartridge Image |
| Source | Digital games from Nintendo eShop | Physical game cartridge dump |
| Installation | Installed like a digital game | Loaded directly like a cartridge |
| Updates & DLC | Installed separately through NSP files | Usually installed separately |
| File Size | Sometimes smaller | Often larger |
| Ease of Use | Easier for updates and DLC | Simple to load |
NSP files are usually more convenient if you plan to install updates or DLC. XCI files are closer to the original cartridge format. Some users prefer them for archival purposes.
Why Is Your NSP File Not Showing Up in Ryujinx? (7 Common Causes)
Ryujinx does not search your entire computer for games. It only scans folders that you manually add to its Game Directories list.
If your NSP file is stored in a different folder, the emulator simply will not detect it.
Here are the seven most common causes:
Cause 1: Game directory not added or path is incorrect
You must tell Ryujinx where to look. If you skip this step or point to the wrong folder, nothing appears.
Cause 2: NSP file is still inside a compressed archive
Ryujinx cannot read ZIP, RAR, or 7Z files directly. You must extract the NSP file first.
Cause 3: File format is unsupported
Ryujinx supports specific formats. Unsupported files never appear. Check that your file ends with .nsp or .xci. NSZ files are compressed and need conversion.
Cause 4: prod.keys are missing, outdated, or mismatched
Ryujinx needs encryption keys to read game files. Without them, the emulator sees your NSP as gibberish. No keys = no game loading.
Cause 5: Firmware is not installed or is too old
Outdated firmware can prevent newer games from appearing in the game library. The firmware version must match your keys.
Cause 6: The NSP file is corrupted or incomplete
If a download stops early or fails verification, Ryujinx skips it.
Cause 7: File permission issues
On Linux and macOS, Ryujinx may not have read access to your game folder. External drives can also cause permission problems.
Also Read: NSP vs XCI
Quick Checklist: 6 Things to Check First
Before diving into detailed fixes, run through this quick checklist. Many Ryujinx game detection problems can be solved by checking these simple items first.
- ✔ Is the correct game folder added in Ryujinx > Settings > Game Directories?
- ✔ Is the NSP file fully extracted from any ZIP, RAR, or 7Z archive?
- ✔ Is the file actually an NSP or XCI game file?
- ✔ Are you using the base game file rather than only an update or DLC package?
- ✔ Have you installed valid and up-to-date prod.keys?
- ✔ Is Nintendo Switch firmware installed and up to date?
Step-by-Step Fix Guide
Step 1: Verify and Set the Correct Game Directory
Ryujinx does not auto-detect games. You must tell it where to look.

How to do it:
- Open Ryujinx
- Click Options in the top menu
- Select Settings
- Navigate to the Game Directories section
- Click Add
- Select the folder that contains your NSP files
Important: Do not add a parent folder with mixed files. Add the specific folder where your games are stored.

After adding the path, restart Ryujinx.
Step 2: Extract NSP Files from Compressed Archives
If you downloaded your game from the internet, it likely came compressed. These usually arrive as .zip, .rar, or .7z files.
Ryujinx cannot read compressed files directly.

How to extract:
- Get a tool like 7-Zip or WinRAR
- Right-click your downloaded file
- Choose “Extract Here” or “Extract to [Folder Name]”
- Look for a file ending with .NSP or .XCI
How to show file extensions in Windows:
- Open File Explorer
- Click View at the top
- Check the box that says File name extensions

If your file ends in anything other than .NSP or .XCI, the emulator will not see it.
Step 3: Install or update prod.keys
The prod.keys file contains encryption keys. These keys allow Ryujinx to decrypt game files such as NSP and XCI formats.

Where to place prod.keys in Ryujinx:
- Open Ryujinx
- Click File > Open Ryujinx Folder
- Navigate to the system subfolder
- Paste your prod.keys file here
- Restart Ryujinx
Default locations:
| Operating System | Path |
|---|---|
| Windows | C:\Users\USERNAME\AppData\Roaming\Ryujinx\system |
| macOS / Linux | ~/.config/Ryujinx/system |
| Steam Deck / EmuDeck | /home/deck/.config/Ryujinx/system |
Important notes:
- The file name must be exactly prod.keys
- Do not put it inside another subfolder
- Keys have versions. If you are trying to play a new game with old keys, it will not work
- Your prod.keys must match the same firmware version you are installing
Step 4: Install or Update Nintendo Switch Firmware
Firmware is another critical component. Without it, Ryujinx cannot run games properly.

How to install firmware:
- Open Ryujinx
- Click Tools in the top menu
- Hover over Install Firmware
- Select Install a firmware from XCI or ZIP
- Browse to your firmware file (in .XCI or .ZIP format)
- Click Open
- Confirm the installation
You can also install firmware from a directory if you have already extracted the files.
Step 5: Refresh and Restart Ryujinx
After making changes, Ryujinx does not always refresh instantly.
How to refresh:
- Press F5 to refresh the game list
- Or click File > Refresh
If that does not work:
- Close Ryujinx completely
- Reopen the emulator
- Check the game list again
A full restart forces a clean scan.
Advanced Troubleshooting (When Basic Fixes Don’t Work)
NSZ Files — What They Are and How to Convert Them
NSZ files are compressed NSP files. They were developed to compress large NSP files into smaller archives. Same game data. Smaller footprint. Great for storage. Useless until you decompress it.

Ryujinx only understands NSP and XCI formats. It needs the full, uncompressed data to run games.
Method 1: Convert NSZ to NSP Using Switch Army Knife (SAK)
- Download the latest version of Switch Army Knife (SAK)
- Extract the ZIP file and open SAK.exe
- Select the option NSZ → NSP Conversion
- Click Browse and choose your NSZ file
- Select an output folder
- Click Convert and wait
Method 2: Convert NSZ Using NSZ Tool (Command Line)
Use this command:
nsz -D your_game.nsz
This decompresses the NSZ file and creates an NSP version in the same directory.
For batch conversion:
nsz -D /your/folder/path/
This converts multiple NSZ files at once.
Split NSP Files
Some games come as split NSP files. Ryujinx does not support split NSP parts directly.
You need to merge them first. Use tools like NSP Splitter or NSZ tool to combine the parts into a single NSP file.
Windows Registry Issues
In some cases, Windows registry problems can interfere with file associations. This is rare but possible.
You can try cleaning Ryujinx registry entries:
- Press Windows + R
- Type regedit and press Enter
- Navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts - Look for any Ryujinx-related entries
- Back up the registry before making any changes
File Permission Issues on Linux and macOS
On some systems, Ryujinx cannot read files due to permission limits.
How to fix on Linux/macOS:
- Open your terminal
- Navigate to your game folder
- Run:
chmod -R 755 /path/to/your/game/folder - Make sure Ryujinx has read access to the folder
If the folder is on an external drive, permissions matter even more.
External and Network Drives
If your games are stored on an external hard drive or network drive:
- Make sure the drive is connected before starting Ryujinx
- Check that Ryujinx has permission to access the drive
- Network drives may have slower access times. This can cause detection delays
Antivirus Interference
Windows Defender or other antivirus software may quarantine or block NSP files.
How to check:
- Open Windows Security
- Go to Virus & threat protection
- Click Protection history
- Look for any blocked files related to Ryujinx or your NSP files
- If found, restore the file and add an exclusion
Checking Ryujinx Logs
When nothing else works, check the logs. Logs tell you exactly what Ryujinx is doing.
How to find logs:
- Open Ryujinx
- Click File > Open Ryujinx Folder
- Look for a Logs folder
- Open the latest log file
The log will show you:
- Which directories Ryujinx scanned
- Which files it found
- Any errors it encountered
Leave logging at default settings. Only enable debug logs if you are asked to by support staff.
NSP vs XCI — Which One Should You Use?
Both formats work well in Ryujinx. But they serve different purposes.
| Feature | NSP | XCI |
|---|---|---|
| Source | eShop digital download | Physical cartridge dump |
| Installation | Installed like digital game | Loaded directly |
| Updates | Easy to install separately | Usually installed separately |
| DLC | Easy to install | Must be installed separately |
| File Size | Can be smaller | Often larger |
| Archival | Less ideal | Better for preservation |
Recommendation: Use NSP files if you plan to install updates and DLC. Use XCI files if you prefer the original cartridge format for archival purposes.
Preventing Future Issues
Best Practices for Organizing Game Files
Keep all your games in one clean folder.
Recommended structure:
Ryujinx Games/
├── Base Games/
│ ├── Game 1.nsp
│ └── Game 2.xci
├── Updates/
│ ├── Game 1 Update.nsp
│ └── Game 2 Update.nsp
└── DLC/
├── Game 1 DLC.nsp
└── Game 2 DLC.nsp
This makes it easy to manage your library and add new games.
Regular Updates
Keep your prod.keys and firmware up to date. New games often require newer keys and firmware versions.
Check for updates to your emulator as well. If you are using Ryubing, check their repository for new builds.
Backup Your Game Files
Always keep backups of your NSP files. If a file becomes corrupted, you can restore it from backup instead of redownloading.
Frequently Asked Questions
Q: Ryujinx was discontinued. Can I still use it?
Yes. The last official build (1.1.1403) still works. A fork called Ryubing continues development at git.ryujinx.app. Both versions work with the fixes in this guide.
Q: Why do only some of my games show up?
This usually means some games have the right keys and firmware while others do not. Check that your prod.keys and firmware match the requirements of each game.
Q: Why are my update files and DLC not showing?
Update files and DLC are not displayed as separate games. They are installed into the base game. Right-click the base game in your library and select Manage DLC or Manage Updates to see them.
Q: My NSP file works in another emulator but not in Ryujinx. Why?
Different emulators handle files differently. Ryujinx may have stricter requirements for keys, firmware, or file structure. Try the steps in this guide to resolve the issue.
Q: How do I refresh the game list?
Press F5 or go to File > Refresh.
Q: What if nothing works?
Check the Ryujinx logs. They will tell you exactly what is going wrong. Look for any error messages or warnings in the log file.
Conclusion
An NSP file not showing up in Ryujinx is frustrating. But it is almost always fixable.
Start with the quick checklist. Most issues are solved by adding the correct game directory or extracting files from a compressed archive.
If that does not work, move through the step-by-step fixes. Check your prod.keys. Install the correct firmware. Refresh and restart.
For advanced issues, look at NSZ files, file permissions, or the Ryujinx logs.
Remember: Ryujinx only scans folders you add. It only reads specific formats. It needs keys and firmware to work.
Follow this guide step by step. Your NSP file will appear in Ryujinx exactly where it belongs.
Is a freelance tech writer based in the East Continent, is quite fascinated by modern-day gadgets, smartphones, and all the hype and buzz about modern technology on the Internet. Besides this a part-time photographer and love to travel and explore. Follow me on. Twitter, Facebook Or Simply Contact Here. Or Email: info@axeetech.com
