pcsx2

pcsx2 2.8.2

Playstation 2 emulator

<rendered-html><p>PCSX2 is an open-source PlayStation 2 (AKA PS2) emulator. Its purpose is to emulate the PS2 hardware, using a combination of MIPS CPU Interpreters, Recompilers and a Virtual Machine which manages hardware states and PS2 system memory. This allows you to play PS2 games on your PC, with many additional features and benefits.</p> </rendered-html>

https://pcsx2.net
GNU General Public License v3.0 or laterGNU Lesser General Public License v3.0 or later
main program: pcsx2-qtprograms: pcsx2-qt
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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