retroarch

retroarch-with-cores 1.22.2

Multi-platform emulator frontend for libretro cores

<rendered-html><p>RetroArch is the reference frontend for the libretro API.</p> </rendered-html>

https://libretro.com
GNU General Public License v3.0 or later
main program: retroarchprograms: retroarch
Platforms (45)
powerpc-linuxloongarch64-linuxi686-freebsdi686-openbsdarmv7a-linuxaarch64-netbsdarmv7l-linuxmips64el-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  retroarch
];
Ad-hoc shell
nix-shell -p retroarch
Flake (nix run)
nix run nixpkgs#retroarch