What you need is https://github.com/mrts/django-admin-list-filter-dropdown. Although it's a bit old, I have it working in the latest Django LTS 4.2 without problems.
A more advanced module with more options that I also tested with Django 4.2 is https://github.com/saxix/django-adminfilters.
Both modules are published in PyPI so easy to install.