Loading pkgs/applications/emulators/libretro/cores/beetle-psx.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "mednafen-psx" + lib.optionalString withHw "-hw"; version = "0-unstable-2026-02-27"; version = "0-unstable-2026-03-06"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-psx-libretro"; rev = "fe0b72c4b93e42a46cd062febd7de292d828248e"; hash = "sha256-2uR5zULgWuT0sUY1KZ//RPZaIOg2LlAqX+Z5QhnvLg0="; rev = "3ea167a60bc37bd0c257592bb9a7f559a50465c4"; hash = "sha256-gSNsTV1w7i6bTLngU/Zbo7bwLmb+Bu26JwUre6Rj4qc="; }; extraBuildInputs = lib.optionals withHw [ Loading Loading
pkgs/applications/emulators/libretro/cores/beetle-psx.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "mednafen-psx" + lib.optionalString withHw "-hw"; version = "0-unstable-2026-02-27"; version = "0-unstable-2026-03-06"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-psx-libretro"; rev = "fe0b72c4b93e42a46cd062febd7de292d828248e"; hash = "sha256-2uR5zULgWuT0sUY1KZ//RPZaIOg2LlAqX+Z5QhnvLg0="; rev = "3ea167a60bc37bd0c257592bb9a7f559a50465c4"; hash = "sha256-gSNsTV1w7i6bTLngU/Zbo7bwLmb+Bu26JwUre6Rj4qc="; }; extraBuildInputs = lib.optionals withHw [ Loading