rpcs3

rpcs3 0.0.42-unstable-2026-08-15

PS3 emulator/debugger

https://rpcs3.net/
GNU General Public License v2.0 onlyGNU General Public License v3.0 or laterUnfree
main program: rpcs3programs: -
Platforms (2)
x86_64-linuxaarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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