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-2025-04-11"; version = "0-unstable-2025-04-18"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-psx-libretro"; rev = "5d2137e5f15db3b52583e8246bcf2669cebb147b"; hash = "sha256-Gu5rubuNsMWOCNaNrqRR/hoErmhYdGC+9o/xDXuaWuM="; rev = "4e0cb4ddf0c52ef802cd4f7f2b7d3a187ab9962d"; hash = "sha256-XjJf/EPgJmbxGPJl2SEoVA47iRzjSKISt/3rmW5Wysg="; }; 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-2025-04-11"; version = "0-unstable-2025-04-18"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-psx-libretro"; rev = "5d2137e5f15db3b52583e8246bcf2669cebb147b"; hash = "sha256-Gu5rubuNsMWOCNaNrqRR/hoErmhYdGC+9o/xDXuaWuM="; rev = "4e0cb4ddf0c52ef802cd4f7f2b7d3a187ab9962d"; hash = "sha256-XjJf/EPgJmbxGPJl2SEoVA47iRzjSKISt/3rmW5Wysg="; }; extraBuildInputs = lib.optionals withHw [ Loading